home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 16 code / CollaboDraw / AOCEErrorEstr.r < prev    next >
Encoding:
Text File  |  1993-08-24  |  24.1 KB  |  385 lines  |  [TEXT/MPS ]

  1. /* •••• Note: anything marked ?? needs to be changed •••• */
  2. /*                                    AOCEErrorESTR.r                                */
  3. /*
  4.  * Error resource strings for AOCE 1.0
  5.  * Copyright © 1993 Apple Computer Inc. All rights reserved.
  6.  * Based on <OCEErrors.h> Created: Friday, June 4, 1993 at 10:05AM
  7.  *
  8.  * This is based on <OCEErrors.h>. Unfortunately,  Rez does not understand enum's,
  9.  * so this requires "hard-coded" resource values. This may be incorporated into
  10.  * Think Class Library applications by adding these resources to your project file.
  11.  * In other circumstances, you should do something such as the following to present
  12.  * text messages to your users:
  13.  *
  14.  *    void
  15.  *    MyErrorAlert(
  16.  *            OSErr            errorValue
  17.  *        )
  18.  *    {
  19.  *        Str15                errorValue;
  20.  *        Handle                errorHdl;
  21.  *        StringPtr            errorText;
  22.  *        
  23.  *        NumToString(errorValue, errorValueText);
  24.  *        errorHdl = GetResource('Estr', errorValue);
  25.  *        if (errorHdl == NULL)
  26.  *            errorText = "\p";
  27.  *        else {
  28.  *            HLock(errorHdl);
  29.  *            errorText = (StringPtr) *errorHdl;
  30.  *        }
  31.  *        ParamText(errorValue, errorText, "\p", "\p");
  32.  *        Alert(kMyALRTResourceID, NULL);
  33.  *        if (errorHdl != NULL)
  34.  *            ReleaseResource(errorHdl);
  35.  *    }
  36.  *
  37.  * Error text resources have the following format.
  38.  *        <OCEErrors.h symbol> ": " explanatory text
  39.  *    Explanatory text begins with a capital letter. There is no trailing
  40.  *    punctuation. The <OCEErrors.h> symbole is for the programmer's benefit,
  41.  *    while the text after ": " might be better understood by application users.
  42.  *    Only the text after ": " should be translated when these resources are
  43.  *    localized.
  44.  *
  45.  * Error text marked ?? is not documented in <OCEErrors.h>
  46.  * Parts of this text won't fit on an A4 or 8 1/2 inch vertical page.
  47.  *
  48.  * To decrease the size of the resource fork created by this module, you can
  49.  * define one or more pre-processor symbols to exclude message components. The
  50.  * General toolbox and authentication manager errors should normally not be
  51.  * excluded, but, for example, the Digital Signature errors could be omitted
  52.  * if your application does not use Digital Signatures. The following may be
  53.  * defined to omit a component:
  54.  *    __AOCE_Exclude_General_Errors
  55.  *    __AOCE_Exclude_Authentication_Errors
  56.  *    __AOCE_Exclude_CatalogManager_Errors
  57.  *    __AOCE_Exclude_StandardMail_Errors
  58.  *    __AOCE_Exclude_DigitalSignature_Errors
  59.  *    __AOCE_Exclude_Template_Errors
  60.  *    __AOCE_Exclude_Mail_Errors
  61.  *    __AOCE_Exclude_Messaging_Errors
  62.  *
  63.  * For example, in MPW, you might specify the following in your MakeFile:
  64.  *    Rez                                                    ∂
  65.  *        AOCEErrorEstr.r                                    ∂
  66.  *        -d "__AOCE_Exclude_DigitalSignature_Errors"        ∂
  67.  *        -append                                            ∂
  68.  *        -t APPL                                            ∂
  69.  *        -c DPEK                                            ∂
  70.  *        -i "{CIncludes}"                                ∂
  71.  *        -i "{RIncludes}"                                ∂
  72.  *        -o "MyApplication"
  73.  * In Symantec C or C++, you would define the symbol in the Rez prefix dialog.
  74.  */
  75.  
  76. #include "Types.r"
  77. type 'Estr' as 'STR ';
  78.  
  79. #ifndef __AOCE_Exclude_General_Errors
  80. /*
  81.  * General toolbox errors (not AOCE specific)
  82.  */
  83. resource 'Estr' (-50)   { "paramErr: Invalid parameter passed to toolbox" };
  84. resource 'Estr' (-108)    { "memFullErr: Not enough free memory to allocate storage" };
  85.  
  86. /*
  87.  * General errors (-1500 to -1539)
  88.  */
  89. resource 'Estr' (-1500)    { "kOCEToolboxNotOpen: Toolbox not open, perhaps it's closing" };
  90. resource 'Estr' (-1501) { "kOCEInvalidCommand: Invalid Toolbox request code" };
  91. resource 'Estr' (-1502) { "kOCEInvalidRef: Obsolete or invalid object reference" };
  92. resource 'Estr' (-1503) { "kOCEBufferTooSmall: Buffer too small for toolbox request" };
  93. resource 'Estr' (-1504) { "kOCEVersionError: Software version mismatch" };
  94. resource 'Estr' (-1505) { "kOCESyncAsyncErr: Toolbox request requires synch (or asynch) call" };
  95. resource 'Estr' (-1506) { "kOCEInternalErr: Toolbox internal error" };
  96. resource 'Estr' (-1507) { "kOCENotAnOwner: Operation can only be done by object's owner" };
  97. resource 'Estr' (-1508) { "kOCENotImplemented: Feature not implemented" };
  98. resource 'Estr' (-1509) { "kOCENotAuthenticated: User must be authenticated for this request" };
  99. resource 'Estr' (-1510) { "kOCEAlreadyExists: The object being added already exists" };
  100. resource 'Estr' (-1511) { "kOCEDoesntExist: The object doesn't exist or cannot be found" };
  101. resource 'Estr' (-1512) { "kOCEConnectionErr: Unable to open or maintain a network connection" };
  102. resource 'Estr' (-1513) { "kOCEConnectionClosed: Network connection has closed" };
  103. resource 'Estr' (-1514) { "kOCEInvalidRecipient: Invalid recipient or address for this request" };
  104. resource 'Estr' (-1515) { "kOCEInvalidIndex: Invalid index (out of range)" };
  105. resource 'Estr' (-1516) { "kOCERefIsClosing: Object reference is being closed; cannot complete command" };
  106. resource 'Estr' (-1517) { "kOCEHasPendingMsgs: ??" };
  107. resource 'Estr' (-1518) { "kOCEInvalidConfiguration: ??" };
  108. resource 'Estr' (-1519) { "kOCERequiredServicesNotAvailable: ??" };
  109. resource 'Estr' (-1520) { "kOCEServerInactive: ??" };
  110. resource 'Estr' (-1521) { "kOCEMoreDiskSpaceNeeded: Inadequate disk space to safely complete command" };
  111. #endif /* __AOCE_Exclude_General_Errors */
  112.  
  113. #ifndef __AOCE_Exclude_Authentication_Errors
  114. /*
  115.  * AOCE Authentication Errors (-1540 to -1609)
  116.  */
  117. resource 'Estr' (-1540) { "kOCEReadAccessDenied: Read access denied" };
  118. resource 'Estr' (-1541) { "kOCEWriteAccessDenied: Write access denied" };
  119. resource 'Estr' (-1542) { "kOCEAccessRightsInsufient: User not authenticated or authorized" };
  120. resource 'Estr' (-1543) { "kOCEUnsupportedCredentialsVersion: Cannot read that version of credentials" };
  121. resource 'Estr' (-1544) { "kOCECredentialsProblem: Cannot validate credentials" };
  122. resource 'Estr' (-1545) { "kOCECredentialsImmature: Current time prior to valid time" };
  123. resource 'Estr' (-1546) { "kOCECredentialsExpired: Current time past expiration time" };
  124. resource 'Estr' (-1547) { "kOCEProxyImmature: Current time prior to proxy valid time" };
  125. resource 'Estr' (-1548) { "kOCEProxyExpired: Current time past proxy expiration time" };
  126. resource 'Estr' (-1549) { "kOCEDisallowRecipient: Recipient not specified in proxy" };
  127. resource 'Estr' (-1550) { "kOCENoKeyFound: Found no key for entity in question" };
  128. resource 'Estr' (-1551) { "kOCEPrincipalKeyNotFound: Couldn't validate proxy because principal has no key" };
  129. resource 'Estr' (-1552) { "kOCERecipientKeyNotFound: Recipient has no key" };
  130. resource 'Estr' (-1553) { "kOCEAgentKeyNotFound: In TPPC (??), agent has no key" };
  131. resource 'Estr' (-1554) { "kOCEKeyAlreadyRegistered: Entity already has a key" };
  132. resource 'Estr' (-1555) { "kOCEMalformedKey: Unknown key format or key doesn't match password" };
  133. resource 'Estr' (-1556) { "kOCEUndesireableKey: Password too short, key too simple, or trying to change cluster key to the same value" };
  134. resource 'Estr' (-1557) { "kOCEWrongIdentityOrKey: Name doesn't exist or key incorrect" };
  135. resource 'Estr' (-1558) { "kOCEInitiatorKeyProblem: No initiator's key or key cannot be processedt" };
  136. resource 'Estr' (-1559) { "kOCEBadEncryptionMethod: Specified encryption method not supportedt" };
  137. resource 'Estr' (-1560) { "kOCELocalIdentityDoesNotExist: Local identity has not been specified" };
  138. resource 'Estr' (-1561) { "kOCELocalAuthenticationFail: User must login for this operation" };
  139. resource 'Estr' (-1562) { "kOCELocalIdentitySetupExists: Local identity setup exists; use change instead of setup" };
  140. resource 'Estr' (-1563) { "kOCEDirectoryIdentitySetupExists: DirectoryIdentity setup exists; use change instead of setup" };
  141. resource 'Estr' (-1564) { "kOCEDirectoryIdentitySetupDoesNotExist: Directory identity does not exist" };
  142. resource 'Estr' (-1565) { "kOCENotLocalIdentity: Use local identity toolbox calls (??)" };
  143. resource 'Estr' (-1566) { "kOCENoMoreIDs: Identity table is full" };
  144. resource 'Estr' (-1567) { "kOCEUnknownID: Invalid identity password" };
  145. resource 'Estr' (-1568) { "kOCEOperationDenied: Local identity operation fails" };
  146. resource 'Estr' (-1569) { "kOCEAmbiguousMatches: Ambiguous match; creation id was not unique"};
  147. resource 'Estr' (-1570) { "kOCENoASDSPWorkSpace: No workspace passed to Open Secure Stream toolbox call"};
  148. resource 'Estr' (-1571) { "kOCEAuthenticationTrouble: Authentication failed"};
  149. #endif /* __AOCE_Exclude_Authentication_Errors */
  150.  
  151. #ifndef __AOCE_Exclude_DirectoryManager_Errors
  152. /*
  153.  * AOCE Catalog Errors (-1610 to -1680)
  154.  */
  155. resource 'Estr' (-1610) { "kOCENotLocal: The server does not have the requested catalog item"};
  156. resource 'Estr' (-1611) { "kOCETooBusy: The server cannot process this request at this time"};
  157. resource 'Estr' (-1612) { "kOCEDatabaseFull: Device is full"};
  158. resource 'Estr' (-1613) { "kOCETargetDirectoryInaccessable: Catalog server did not respond to the request"};
  159. resource 'Estr' (-1614) { "kOCEBogusArgs: Arguments incorrect in request message"};
  160. resource 'Estr' (-1615) { "kOCENoSuchDNode: The requested catalog item does not exist"};
  161. resource 'Estr' (-1616) { "kOCENodeUnavailable: Could not find any server that provides the requested catalog item"};
  162. resource 'Estr' (-1617) { "kOCEBadRecordID: Invalid record identifier (usually name and/or type do not match creation id)"};
  163. resource 'Estr' (-1618) { "kOCENoSuchRecord: Specified record does not exist"};
  164. resource 'Estr' (-1619) { "kOCENoSuchAttributeValue: Attribute value does not exist"};
  165. resource 'Estr' (-1620) { "kOCENoSuchPseudonym: Specified pseudonym does not exist"};
  166. resource 'Estr' (-1621) { "kOCEAttributeValueTooBig: Cannot store attribute value"};
  167. resource 'Estr' (-1622) { "kOCETypeExists: Specified attribute type already exists in the record"};
  168. resource 'Estr' (-1623) { "kOCEMoreData: More data available for request - not an error"};
  169. resource 'Estr' (-1624) { "kOCERefNumBad: Invalid catalog reference number"};
  170. resource 'Estr' (-1625) { "kOCEStreadCreationErr: Cannot create stream"};
  171. resource 'Estr' (-1626) { "kOCEOperationNotSupported: Specified catalog does not support requested operation"};
  172. resource 'Estr' (-1627) { "kOCEPABNotOpen: Specified Personal Catalog not open for requested operation"};
  173. resource 'Estr' (-1628) { "kOCEDSAMInstallErr: Specified Catalog Service Access Modle could not be installed"};
  174. resource 'Estr' (-1629) { "kOCEDirListFullErr: Catalog list is full; try removing an entry"};
  175. resource 'Estr' (-1630) { "kOCEDirectoryNotFoundErr: Catalog not found in the list" };
  176. resource 'Estr' (-1631) { "kOCEAbortNotSupportedForThisCall: This request cannot be aborted" };
  177. resource 'Estr' (-1632) { "kOCEAborted: This request was aborted" };
  178. resource 'Estr' (-1633) { "kOCEOCESetupRequired: Local identity setup is required for this request" };
  179. resource 'Estr' (-1634) { "kOCEDSAMRecordNotFound: Catalog Service Access Module was not found" };
  180. resource 'Estr' (-1635) { "kOCEDSAMNotInstantiated: Catalog Service Access Module was not initialized" };
  181. resource 'Estr' (-1636) { "kOCEDSAMRecordExists: Catalog Service Access Module already exists" };
  182. resource 'Estr' (-1637) { "kOCELengthError: Supplied buffer was too small" };
  183. resource 'Estr' (-1638) { "kOCEBadStartingRecord: Lookup starting record was not within range" };
  184. resource 'Estr' (-1639) { "kOCEBadStartingAttribute: Lookup starting attribute was not within range " };
  185. resource 'Estr' (-1640) { "kOCEMoreAttrValue: Attribute value could not fit into supplied buffer (even though it was the only value)" };
  186. resource 'Estr' (-1641) { "kOCENoDupAllowed: No duplicate allowed" };
  187. resource 'Estr' (-1642) { "kOCENoSuchAttributeType: Attribute type not present" };
  188. resource 'Estr' (-1643) { "kOCEMiscError: Catalog Manager error" };
  189. resource 'Estr' (-1644) { "kOCENoSuchIcon: Requested icon type not available" };
  190. resource 'Estr' (-1645) { "kOCERLIsDontMatch: Record location identifiers do not match in lookup" };
  191. resource 'Estr' (-1646) { "kOCEDirectoryCorrupt: Serious catalog corruption problem" };
  192. #endif /* __AOCE_Exclude_DirectoryManager_Errors */
  193.  
  194. #ifndef __AOCE_Exclude_StandardMail_Errors
  195. /*
  196.  * AOCE Standard Mail Errors (-1900 to -1949)
  197.  */
  198. resource 'Estr' (-1900) { "kSMPNotEnoughMemoryForAllRecips: Not enough memory for all recipients" };
  199. resource 'Estr' (-1901) { "kSMPCopyInProgress: Copy in progress - operation cannot be done at this time" };
  200. resource 'Estr' (-1902) { "kSMPMailerNotInitialized: Mailer not initialized" };
  201. resource 'Estr' (-1903) { "kSMPShouldNotAddContent: Should not add content" };
  202. resource 'Estr' (-1904) { "kSMPMailboxNotFound: Mailbox not found" };
  203. resource 'Estr' (-1905) { "kSMPNoNextLetter: No next letter" };
  204. resource 'Estr' (-1906) { "kSMPHasOpenAttachments: Message has open attachments" };
  205. resource 'Estr' (-1907) { "kSMPFinderNotRunning: Finder not running" };
  206. resource 'Estr' (-1908) { "kSMPCommandDisabled: Command disabled" };
  207. resource 'Estr' (-1909) { "kSMPNoMailerInWindow: No mailer in this window" };
  208. resource 'Estr' (-1910) { "kSMPNoSuchAddress: No such address" };
  209. resource 'Estr' (-1911) { "kSMPMailerAlreadyInWindow: Mailer already in window" };
  210. resource 'Estr' (-1912) { "kSMPMailerUneditable: Mailer not editable" };
  211. resource 'Estr' (-1913) { "kSMPNoMatchingBegin: No matching begin" };
  212. resource 'Estr' (-1914) { "kSMPCannotSendReceivedLetter: Cannot send received letter" };
  213. resource 'Estr' (-1915) { "kSMPIllegalForDraftLetter: Illegal for draft letter" };
  214. resource 'Estr' (-1916) { "kSMPMailerCannotExpandOrContract: Mailer cannot expand or contract" };
  215. resource 'Estr' (-1917) { "kSMPMailerAlreadyExpandedOrContracted: Mailer already expanded or contracted" };
  216. resource 'Estr' (-1918) { "kSMPIllegalComponent: Illegal component" };
  217. resource 'Estr' (-1919) { "kSMPMailerAlreadyNotTarget: Mailer already not target" };
  218. resource 'Estr' (-1920) { "kSMPComponentIsAlreadyTarget: Component is already target" };
  219. resource 'Estr' (-1921) { "kSMPRecordDoesNotContainAddress: Record does not contain an address" };
  220. resource 'Estr' (-1922) { "kSMPAddressAlreadyInList: Address already in list (warning)" };
  221. resource 'Estr' (-1923) { "kSMPIllegalSendFormats: Illegal send format" };
  222. resource 'Estr' (-1924) { "kSMPInvalidAddressString: Invalid address string" };
  223. resource 'Estr' (-1925) { "kSMPSubjectTooBig: Subject too big" };
  224. resource 'Estr' (-1926) { "kSMPParamCountErr: Parameter count error (enclosure count not one, but send enclosure TRUE)" };
  225. resource 'Estr' (-1927) { "kSMPTooManyPages: Too many pages" };
  226. resource 'Estr' (-1928) { "kSMPTooManyEnclosures: Too many enclosures" };
  227. #endif /* __AOCE_Exclude_StandardMail_Errors */
  228.  
  229. #ifndef __AOCE_Exclude_CatalogManager_Errors
  230. /*
  231.  * AOCE Standard Catalog Errors (-1950 to -1969)
  232.  */
  233. resource 'Estr' (-1950) { "kSDPNoSearchText: No search text" };
  234. resource 'Estr' (-1951) { "kSDPTooManyLoginAttempts: Too many login attempts" };
  235. resource 'Estr' (-1952) { "kSDPNoSelection: No selection" };
  236. resource 'Estr' (-1953) { "kSDPPersonalDirectoryRepairFailed: Could not repair personal catalog" };
  237. #endif /* __AOCE_Exclude_CatalogManager_Errors */
  238.  
  239. #ifndef __AOCE_Exclude_DigitalSignature_Errors
  240.  
  241. /*
  242.  * AOCE Digital Signature Errors (-1970 to -1999)
  243.  */
  244. resource 'Estr' (-1970) { "kSIGOperationIncompatibleErr: Context in use for different type of operation" };
  245. resource 'Estr' (-1971) { "kSIGCertificateQueryDenied: Can't query certificates with this context" };
  246. resource 'Estr' (-1972) { "kSIGVerifyFailedErr: Verification failed" };
  247. resource 'Estr' (-1973) { "kSIGInvalidCredentialErr: Verified OK but credential out of date, either pending or expired" };
  248. resource 'Estr' (-1974) { "kSIGIndexErr: The index given is outside the range of allowable values" };
  249. resource 'Estr' (-1975) { "kSIGSignerErr: Problem with the signer or signature itself" };
  250. resource 'Estr' (-1976) { "kSIGPasswordErr: Password is incorrect" };
  251. resource 'Estr' (-1977) { "kSIGInternalsErr: An internal error occurred: bad digest, context or signature" };
  252. resource 'Estr' (-1978) { "kSIGToolboxNotPresentErr: Digital Signature Manager not present" };    /* Not returned by Toolbox    */
  253. resource 'Estr' (-1979) { "kSIGContextPrepareErr: Context corrupted or incompatible with this operation" };
  254. resource 'Estr' (-1980) { "kSIGNoDigestErr: No digest in the signature" };
  255. resource 'Estr' (-1981) { "kSIGConversionErr: Cannot convert signature attribute to Macintosh format" };
  256. #endif /* __AOCE_Exclude_DigitalSignature_Errors */
  257.  
  258. #ifndef __AOCE_Exclude_Template_Errors
  259. /*
  260.  * AOCE Templates Errors (-15000 to -15039)
  261.  */
  262. resource 'Estr' (-15000) { "kDETInvalidTargetAspectName: Could not locate an aspect by name" };
  263. resource 'Estr' (-15001) { "kDETInvalidTargetItemNumber: Invalid (out of range) target item number " };
  264. resource 'Estr' (-15002) { "kDETInvalidTargetFromNonAspect: This target selection requires an aspect" };
  265. resource 'Estr' (-15003) { "kDETInvalidTargetDSSpec: Could not resolve target Catalog Specifier (DSSpec)" };
  266. resource 'Estr' (-15004) { "kDETUnknownTargetSelector: Unknown selector type for target specification" };
  267. resource 'Estr' (-15005) { "kDETInvalidTarget: Invalid Target specification" };
  268. resource 'Estr' (-15006) { "kDETTargetNotAnAspect: Specified target object was not an aspect" };
  269. resource 'Estr' (-15007) { "kDETInvalidCommandItemNumber: Invalid (out of range) command item number" };
  270. resource 'Estr' (-15008) { "kDETUnableToGetCommandItemSpec: Unable to retrieve item specification (possibly out of memory)" };
  271. resource 'Estr' (-15009) { "kDETRequestedTypeUnavailable: Could not represent command item in the form requested" };
  272. resource 'Estr' (-15010) { "kDETInvalidDSSpec: Could not resolve Catalog Specifier (DSSpec)" };
  273. resource 'Estr' (-15011) { "kDETUnableToAccessProperty: Could not find and/or create property" };
  274. resource 'Estr' (-15012) { "kDETInfoPageNotOpen: This request requires an open info-page" };
  275. resource 'Estr' (-15013) { "kDETNoSuchView: No view found with specified property number" };
  276. resource 'Estr' (-15014) { "kDETCouldNotAddMenuItem: Could not add item to dynamic menu" };
  277. resource 'Estr' (-15015) { "kDETCouldNotRemoveMenuItem: Could not remove item from dynamic menu" };
  278. resource 'Estr' (-15016) { "kDETCouldNotFindMenuItem: Could not find menu item" };
  279. resource 'Estr' (-15017) { "kDETCouldNotFindCustomView: Could not find custom view in info-page" };
  280. resource 'Estr' (-15018) { "kDETInvalidReqFunction: Invalid call-back request function" };
  281. resource 'Estr' (-15019) { "kDETInvalidCallBack: Invalid call-back" };
  282. resource 'Estr' (-15020) { "kDETPropertyBusy: This property is currently being edited" };
  283. #endif /* __AOCE_Exclude_Template_Errors */
  284.  
  285. #ifndef __AOCE_Exclude_Mail_Errors
  286. /*
  287.  * AOCE Mail Errors (-15040 to -15089)
  288.  */
  289. resource 'Estr' (-15040) { "kMailInvalidOrder: This object has already been written to and cannot be written again" };
  290. resource 'Estr' (-15041) { "kMailInvalidSeqNum: Invalid letter sequence or reference to a non–existent letter" };
  291. resource 'Estr' (-15042) { "kMailAttrNotInHdr: Attribute does not exist in this letter header" };
  292. resource 'Estr' (-15043) { "kMailHdrAttrMissing: Required attribute not written into letter header" };
  293. resource 'Estr' (-15044) { "kMailBadEnclLengthErr: Incorrect number of bytes has been written after memForm of PutEnclosure" };
  294. resource 'Estr' (-15045) { "kMailInvalidRequest: Invalid request; cannot putAttr for report, putRcptReport for letter" };
  295. resource 'Estr' (-15046) { "kMailInvalidPostItVersion: Cannot create new postit with this version" };
  296. resource 'Estr' (-15047) { "kMailNotASlotInQ: Queue identifier does not refer to a mail slot's incoming queue" };
  297. resource 'Estr' (-15048) { "kMailLtrNotOpen: Letter is not open, probably not cached in incoming queue" };
  298. resource 'Estr' (-15049) { "kMailMissingMailCat: Trying to create message in incoming queue, with no postIt" };
  299. resource 'Estr' (-15050) { "kMailCannotWriteMailCat: Cannot update a mail catentry" };
  300. resource 'Estr' (-15051) { "kMailTooManyTagsPerLetter: Trying to add too many tags to a letter" };
  301. resource 'Estr' (-15052) { "kMailGwyDead: Message gateway (MSAM) died" };
  302. resource 'Estr' (-15053) { "kMailIgnoredErr: ePPC message was ignored" };        /* ?? */
  303. resource 'Estr' (-15054) { "kMailLengthErr: ePPC message did not complete" };    /* ?? */
  304. resource 'Estr' (-15055) { "kMailTooManyErr: Too many requests outstanding" };
  305. resource 'Estr' (-15056) { "kMailNoMSAMErr: No Message gateway (MSAM) found in mailbox or for command" };
  306. resource 'Estr' (-15057) { "kMailCancelled: Mail request cancelled" };
  307. resource 'Estr' (-15058) { "kMailSlotSuspended: Mail slot suspended" };
  308. resource 'Estr' (-15059) { "kMailMSAMSuspended: Message gateway suspended" };
  309. resource 'Estr' (-15060) { "kMailBadSlotInfo: Bad mail slot data" };
  310. resource 'Estr' (-15061) { "kMailMalformedContent: Incorrectly formed mail structure" };
  311. resource 'Estr' (-15062) { "kMailNoSuchSlot: No such maiil slot" };
  312. resource 'Estr' (-15063) { "kMailBadLtrInfo: Bad letter information; cannot change it" };
  313. resource 'Estr' (-15064) { "kMailSetFailed: Could not set letter information" };
  314. resource 'Estr' (-15065) { "kMailBadConfig: Message gateway (MSAM) incorrectly configured" };
  315. resource 'Estr' (-15066) { "kMailBadMSAM: Message gateway (MSAM) is unusable" };
  316. resource 'Estr' (-15067) { "kMailCannotLkupServerSlots: Cannot locate server mail slots" };
  317. resource 'Estr' (-15068) { "kMailBadState: Mailer is in the wrong state" };
  318. #endif /* __AOCE_Exclude_Mail_Errors */
  319.  
  320. #ifndef __AOCE_Exclude_Messaging_Errors
  321. /*
  322.  * AOCE Messaging Errors (-15090 to -15169)
  323.  */
  324. resource 'Estr' (-15090) { "kIPMCantCreateIPMCatEntry: ??" };
  325. resource 'Estr' (-15091) { "kIPMInvalidMsgType: ??" };
  326. resource 'Estr' (-15092) { "kIPMInvalidProcHint: ??" };
  327. resource 'Estr' (-15093) { "kIPMInvalidOffset: ??" };
  328. resource 'Estr' (-15094) { "kIPMUpdateCatFailed: ??" };
  329. resource 'Estr' (-15095) { "kIPMMsgTypeReserved: ??" };
  330. resource 'Estr' (-15096) { "kIPMNotInABlock: ??" };
  331. resource 'Estr' (-15097) { "kIPMNestedMsgOpened: ??" };
  332. resource 'Estr' (-15098) { "kIPMA1HdrCorrupt: ??" };
  333. resource 'Estr' (-15099) { "kIPMCorruptDataStructures: ??" };
  334. resource 'Estr' (-15100) { "kIPMAbortOfNestedMsg: ??" };
  335. resource 'Estr' (-15101) { "kIPMBlockIsNotNestedMsg: ??" };
  336. resource 'Estr' (-15102) { "kIPMCacheFillError: ??" };
  337. resource 'Estr' (-15103) { "kIPMInvalidSender: ??" };
  338. resource 'Estr' (-15104) { "kIPMNoRecipientsYet: ??" };
  339. resource 'Estr' (-15105) { "kIPMInvalidFilter: ??" };
  340. resource 'Estr' (-15106) { "kIPMAttrNotInHdr: ??" };
  341. resource 'Estr' (-15107) { "kIPMBlkNotFound: ??" };
  342. resource 'Estr' (-15108) { "kIPMStreamErr: ??" };
  343. resource 'Estr' (-15109) { "kIPMPortClosed: ??" };
  344. resource 'Estr' (-15110) { "kIPMBinBusy: ??" };
  345. resource 'Estr' (-15111) { "kIPMCorruptedBin: ??" };
  346. resource 'Estr' (-15112) { "kIPMBadQName: ??" };
  347. resource 'Estr' (-15113) { "kIPMEndOfBin: ??" };
  348. resource 'Estr' (-15114) { "kIPMBinNeedsConversion: ??" };
  349. resource 'Estr' (-15115) { "kIPMMgrInternalErr: ??" };
  350. resource 'Estr' (-15116) { "kIPMEltBusy: ??" };
  351. resource 'Estr' (-15117) { "kIPMEltClosedNotDeleted: ??" };
  352. resource 'Estr' (-15118) { "kIPMBadContext: ??" };
  353. resource 'Estr' (-15119) { "kIPMContextIsClosing: ??" };
  354. resource 'Estr' (-15120) { "kIPMeoQ: ??" };
  355. resource 'Estr' (-15121) { "kIPMQOutOfSpace: ??" };
  356. resource 'Estr' (-15122) { "kIPMEltNotFound: ??" };
  357. resource 'Estr' (-15123) { "kIPMBinOutOfSpace: ??" };
  358. resource 'Estr' (-15124) { "kIPMeoCatEntry: ??" };
  359. resource 'Estr' (-15125) { "kIPMeoElt: ??" };
  360. resource 'Estr' (-15126) { "kIPMQBusy: ??" };
  361. resource 'Estr' (-15127) { "kIPMNotSameBin: ??" };
  362. resource 'Estr' (-15128) { "kIPMNoMoreServices: ??" };
  363. resource 'Estr' (-15129) { "kIPMLookupAttrTooBig: ??" };
  364. resource 'Estr' (-15130) { "kIPMUnknownUAM: ??" };
  365. resource 'Estr' (-15131) { "kIPMUnsupportedLogin: ??" };
  366. resource 'Estr' (-15132) { "kIPMLogInUnknown: ??" };
  367. resource 'Estr' (-15133) { "kIPMNoMoreFilters: ??" };
  368. resource 'Estr' (-15134) { "kIPMCouldNotReadInfoReply: ??" };
  369. resource 'Estr' (-15135) { "kIPMInvalidUser: ??" };
  370. resource 'Estr' (-15136) { "kIPMNoMoreSessions: ??" };
  371. resource 'Estr' (-15137) { "kIPMNilUserProc: ??" };
  372. resource 'Estr' (-15138) { "kIPMBadCatSize: ??" };
  373. resource 'Estr' (-15139) { "kIPMIncompleteMsg: ??" };
  374. resource 'Estr' (-15140) { "kIPMNoResponsibleTunnel: ??" };
  375. resource 'Estr' (-15141) { "kIPMAccessDenied: ??" };
  376. resource 'Estr' (-15142) { "kIPMReplyParamUnderrun: Too few reply parameters" };
  377. resource 'Estr' (-15143) { "kIPMReplyParamOverrun: Too many reply parameters" };
  378. resource 'Estr' (-15144) { "kIPMRequestParamUnderrun: Too few request parameters" };
  379. resource 'Estr' (-15145) { "kIPMOutOfSync: Protocol synchronization error" };
  380. resource 'Estr' (-15146) { "kIPMNoAttrsFound: Could not find attributes in lookup" };
  381. resource 'Estr' (-15147) { "kIPMWrongAttrTag: Wrong attribute tag in server lookup" };
  382. resource 'Estr' (-15148) { "kIPMNullCID: No creation id in enumeration" };
  383. resource 'Estr' (-15149) { "kIPMBadMailSlotAttrVal: Invalid mail slot attribute value" };
  384. #endif /* __AOCE_Exclude_Messaging_Errors */
  385.